home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February (DVD) / PCWorld_2008-02_DVD.iso / v cisle / PHP / PHP.exe / EasyPHP-2.0b1-setup.exe / {app} / home / licence_php5.php < prev    next >
Encoding:
PHP Script  |  2006-11-23  |  4.3 KB  |  114 lines

  1. <?php
  2. include("i18n.inc.php");
  3. ?>
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  6.  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html>
  8. <head>
  9. <link rel="shortcut icon" href="images_easyphp/easyphp_favicon.ico" />
  10. <title>[EasyPHP] - PHP</title>
  11. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  12. <link rel="stylesheet" href="styles.css" type="text/css" />
  13. </head>
  14.  
  15. <body>
  16.  
  17. <?php
  18. include("functions.inc.php");
  19. include("header.inc.php");
  20. ?>
  21.  
  22.  
  23. <div id="body">
  24.     <div class="container">
  25.         <br />
  26.         <?php
  27.         button("php", "licence_php.php", "", "#7F7F7F", 0);
  28.         ?>
  29.         <br /><br />
  30.         <?php printf($licence_rem, "[<a href='http://www.php.net' target='_blank' class='text1'>PHP</a>]"); ?>
  31.         <br /><br />
  32.         <div class="box_top"><img src="images_easyphp/box_top.gif" width="760" height="2" alt="--- top box ---" /></div>
  33.         <div class="box_body">
  34.             <div class="content">        
  35. <pre>
  36. -------------------------------------------------------------------- 
  37. The PHP License
  38. version 3.01
  39. Copyright (c) 1999 - 2006 The PHP Group. All rights reserved.
  40. -------------------------------------------------------------------- 
  41.  
  42. Redistribution and use in source and binary forms, with or without
  43. modification, is permitted provided that the following conditions
  44. are met:
  45.  
  46.   1. Redistributions of source code must retain the above copyright
  47.      notice, this list of conditions and the following disclaimer.
  48.  
  49.   2. Redistributions in binary form must reproduce the above copyright
  50.      notice, this list of conditions and the following disclaimer in
  51.      the documentation and/or other materials provided with the
  52.      distribution.
  53.  
  54.   3. The name "PHP" must not be used to endorse or promote products
  55.      derived from this software without prior written permission. For
  56.      written permission, please contact group@php.net.
  57.   
  58.   4. Products derived from this software may not be called "PHP", nor
  59.      may "PHP" appear in their name, without prior written permission
  60.      from group@php.net.  You may indicate that your software works in
  61.      conjunction with PHP by saying "Foo for PHP" instead of calling
  62.      it "PHP Foo" or "phpfoo"
  63.  
  64.   5. The PHP Group may publish revised and/or new versions of the
  65.      license from time to time. Each version will be given a
  66.      distinguishing version number.
  67.      Once covered code has been published under a particular version
  68.      of the license, you may always continue to use it under the terms
  69.      of that version. You may also choose to use such covered code
  70.      under the terms of any subsequent version of the license
  71.      published by the PHP Group. No one other than the PHP Group has
  72.      the right to modify the terms applicable to covered code created
  73.      under this License.
  74.  
  75.   6. Redistributions of any form whatsoever must retain the following
  76.      acknowledgment:
  77.      "This product includes PHP software, freely available from
  78.      <http://www.php.net/software/>".
  79.  
  80. THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND 
  81. ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
  82. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 
  83. PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE PHP
  84. DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 
  85. INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
  86. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
  87. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  88. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  89. STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  90. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  91. OF THE POSSIBILITY OF SUCH DAMAGE.
  92.  
  93. -------------------------------------------------------------------- 
  94.  
  95. This software consists of voluntary contributions made by many
  96. individuals on behalf of the PHP Group.
  97.  
  98. The PHP Group can be contacted via Email at group@php.net.
  99.  
  100. For more information on the PHP Group and the PHP project, 
  101. please see <http://www.php.net>.
  102.  
  103. PHP includes the Zend Engine, freely available at
  104. <http://www.zend.com>.
  105. </pre>
  106.  
  107.             </div>
  108.         </div>
  109.         <div class="box_bottom"><img src="images_easyphp/box_bottom.gif" width="760" height="2" alt="--- bottom box ---" /></div>                            
  110.     </div>    
  111. </div>
  112.  
  113. </body>
  114. </html>